home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / httpproxy / httpproxy.text < prev    next >
Text File  |  1996-08-20  |  6KB  |  139 lines

  1. Infos: HTTX 1.0
  2.  
  3. Title: Matthias Hopf - HttpProxy Support
  4.  
  5.  
  6. [IMMD] [CIP] [IMMD4] [IMMD9] [Index] [Up] [Next] [Blue Ribbon] [English]
  7. only...
  8. -----------------------------------------------------------------------------
  9.  
  10. [Image] [Image]
  11.  
  12. HttpProxy Support
  13.  
  14. Introduction
  15.  
  16. Httpproxy is a proxy that caches incomming data for http requests. This can
  17. speed up loading of a page enormously, once you visited it. If you don't know
  18. what a proxy is, read the 'Beginners Guide' section of the provided guide
  19. file.
  20. If you want to upgrade from a older version read the 'What's New?' section
  21. inside the guide file.
  22. There are some ARexx-scripts around that provide the same functionality, but
  23. these alter the documents and don't provide additional features httpproxy
  24. has.
  25.  
  26. It is possible to configure httpproxy in a way that you are able to browse in
  27. offline mode, too (assuming you are connected to the internet by modem), at
  28. least through the pages you already visited. Then you are able to queue
  29. requests and let httpproxy send them automatically next time when you are
  30. online.
  31. Httpproxy is Emailware - be sure to read the License section of the provided
  32. guide file.
  33.  
  34. Archive Download
  35.  
  36. Information about feature differences of serveral HttpProxy versions can be
  37. retrieved from the history page.
  38.  
  39. Last change: 20.08.96
  40.  
  41. The latest release version of HttpProxy is not yet available.
  42.  
  43. The last beta version of HttpProxy which has already been proven to be stable
  44. is V0.13 beta which is kept here for those how need a really stable version.
  45.  
  46. The most current beta version of HttpProxy is V0.14 beta. It can be
  47. downloaded from Aminet of directory comm/tcp as the file httpproxy-0_14.lha
  48. or (for the impatient) directly received with your WWW-browser by clicking on
  49. the version number.
  50.  
  51. The most current alpha version of HttpProxy public available is not
  52. available. Some notes about the latest alpha version can be found in the
  53. Current Status section.
  54. WARNING! You should really know what you are doing when installing alpha
  55. software!
  56. May be it won't work at all, may be it will even crash your computer...
  57. And remember: I'm not responsible for anything!
  58.  
  59. And do not send any bug reports about the alpha version to me. The alpha
  60. versions are known to contain bugs. There are already enough alpha testers
  61. and I don't want to get the same reports over and over again.
  62.  
  63. However, if any bug slips through the alpha testing phase and is still there
  64. in a new beta version, please mail me :-)
  65.  
  66. Support Software
  67.  
  68. There are some users of HttpProxy working on additional tools in order to
  69. maintain HttpProxy's caching system. Here you will be able to download all
  70. these tools. They will mostly be ARexx or shell scripts and they may have to
  71. be adapted to your environment. Documentation is only available, when the
  72. according author provides one, however...
  73. Please note that these scripts and programms are not written by me and I
  74. won't promise they do anything usefull to you ;-)
  75.  
  76. Last change: 20.08.96
  77.  
  78.    o You may want to take a look at the mighty Amiga Web Directory for
  79.      related tools, Web Browsers and other TCP/IP software.
  80.  
  81.    o Martin Goebel wrote an ARexx script for creating a Html page and a guide
  82.      file from the cache directory. With the guide file you are able to
  83.      delete single cache entries.
  84.      You will need to specify your cache directory and the resulting Html
  85.      page path in the first few lines of the script.
  86.      A version compatible with the old V0.13 beta is available, too. It needs
  87.      the rexxtricks.library.
  88.  
  89.    o Bruno Barbera wrote an ARexx script for keeping the maximum cache size
  90.      below a given limit. It needs the rexxdossupport.library and the V42.7+
  91.      list command and the path of the HttpDelete command has to be addapted
  92.      to the local environment in the first few lines. It should work with
  93.      older versions than V0.14, too.
  94.      Example invokation (keep the cache directory size lower than 5 MBytes):
  95. run <>nil: rx httpdel cachedir Work:Proxycache maxsize 5120 delay 5 priority -1
  96.  
  97.    o Still waiting for more...
  98.  
  99. Current Status
  100.  
  101. HttpProxy is still being improved by me. As this is a freeware project I will
  102. not allow it eating up all my remaining spare time, so improvments will
  103. happen every now and then. To keep yourself informed about what is going on
  104. you can take a look at this section. Here you will also find some notes about
  105. the current available alpha version (if there is any). No other information
  106. about the alpha version is provided.
  107.  
  108. NOTE! Not all of the features described here may work in the current alpha
  109. version. May be some of the features may even be delayed up to the next
  110. release. Much more information about features to be implemented can be looked
  111. up in the ToDo section of the provided guide file and in the history page.
  112. This section will only describe the things I am currently working on.
  113.  
  114. Last change: 20.08.96
  115.  
  116.    o V0.14 beta released -> no alpha at the moment.
  117.  
  118.      It may take some time until I can continue development as I have to
  119.      learn for exams in the next tow months.
  120.      Bug fixes will of course be done when they are urgent.
  121.  
  122. Bugs Left to be Removed
  123.  
  124. For a more complete list of known bugs take a look at the history page.
  125.  
  126. Last change: 20.08.96
  127.  
  128.    o Installer problems:
  129.       o ARexx scripts have trouble on some machines.
  130.         (I don't know enough right now to fix this)
  131.    o Requests that need Authorization are not processed correctly right now,
  132.      because error messages are cached. Just enter your user name and
  133.      password and press Reload immedeately after getting the error message.
  134.  
  135. -----------------------------------------------------------------------------
  136. Matthias Hopf (20.08.96)
  137.  
  138.  
  139.